Uses of Interface
edu.claflin.finder.algo.jungutils.Hypergraph
-
Packages that use Hypergraph Package Description edu.claflin.finder.algo.jungutils -
-
Uses of Hypergraph in edu.claflin.finder.algo.jungutils
Subinterfaces of Hypergraph in edu.claflin.finder.algo.jungutils Modifier and Type Interface Description interfaceGraph<V,E>A graph consisting of a set of vertices of typeVset and a set of edges of typeE.interfaceUndirectedGraph<V,E>A tagging interface for extensions ofGraphthat accept only undirected edges.Classes in edu.claflin.finder.algo.jungutils that implement Hypergraph Modifier and Type Class Description classAbstractGraph<V,E>Abstract implementation of theGraphinterface.classAbstractTypedGraph<V,E>An abstract class for graphs whose edges all have the sameEdgeType.classSparseGraph<V,E>An implementation ofGraphthat is suitable for sparse graphs and permits both directed and undirected edges.classUndirectedSparseGraph<V,E>An implementation ofUndirectedGraphthat is suitable for sparse graphs.
-